home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / dejagnu.lha / dejagnu-1.0.1 / tcl / ChangeLog next >
Text File  |  1993-05-06  |  3KB  |  83 lines

  1. Thu May  6 12:04:52 1993  Rob Savoye  (rob at darkstar.cygnus.com)
  2.  
  3.     * Makefile.in: Install the manpages too.
  4.  
  5. Tue May  4 22:01:24 1993  Rob Savoye  (rob at darkstar.cygnus.com)
  6.  
  7.     * tclUnix.h: Don't set TCL_PID_T anymore. FInd the right dirent.h.
  8.     * configure.in: Handle no pid_t in sys/types.h. Also also check
  9.     for dirent.h.
  10.     * Makefile.in: Let INSTALL_PROGRAM and INSTALL_DATA come from
  11.     configure.
  12.  
  13. Fri Apr 16 07:25:07 1993  Fred Fish  (fnf@lisa.cygnus.com)
  14.  
  15.     * configure (DEFS):  When defining "-Dconst=" define "-DCONST="
  16.     as well, for the sake of things in compat/* that use it.
  17.  
  18.     * Makefile.in (opendir.c):  Add missing ../compat/..
  19.  
  20. Mon Apr  5 10:56:28 1993  Rob Savoye  (rob@cygnus.com)
  21.  
  22.     * testsuite/config/unix-tcl.exp: Use tcl/tclTest for test code
  23.     driver. 
  24.     * Makefile.in, testsuite/*.in, testsuite/tcl.tests/*.in: Don't use
  25.     Cygnus configure anymore.
  26.  
  27. Wed Mar 24 02:09:33 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
  28.  
  29.     * Makefile.in: add installcheck & dvi targets
  30.  
  31. Fri Mar 19 21:07:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  32.  
  33.     * tclEnv.c: disable putenv.  no one uses it.
  34.  
  35. Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
  36.  
  37.         * tcl/testsuite: made modifications to testcases, etc., to allow
  38.         them to work properly  given the reorganization of deja-gnu and the
  39.         relocation of the testcases from deja-gnu to a "tool" subdirectory.
  40.  
  41. Sun Feb 21 10:55:55 1993  Mike Werner  (mtw@poseidon.cygnus.com)
  42.  
  43.     * tcl/testsuite: Initial creation of tcl/testsuite.
  44.     Migrated dejagnu testcases and support files for testing nm to
  45.     tcl/testsuite from deja-gnu.  These files were moved "as is"
  46.     with no modifications.    This migration is part of a major overhaul
  47.     of dejagnu.  The modifications to these testcases, etc., which
  48.     will allow them to work with the new version of dejagnu will be
  49.     made in a future update.
  50.  
  51. Thu Feb 18 11:31:05 1993  Fred Fish  (fnf@cygnus.com)
  52.  
  53.     * tclEnv.c (putenv):  On at least the Sun and SVR4, and possibly
  54.     most other systems, the argument is just "char *", not
  55.     "const char *".
  56.  
  57. Sat Dec 26 11:13:40 1992  Fred Fish  (fnf@cygnus.com)
  58.  
  59.     * tclUnix.h (fseek):  Returns int, not long.  True for both
  60.     ANSI-C and traditional C unix environments.
  61.  
  62. Wed Dec 16 11:02:29 1992  Ian Lance Taylor  (ian@cygnus.com)
  63.  
  64.     * configure.in: check for gettimeofday, and define TCL_GETTOD
  65.     accordingly.
  66.     * configure: regenerated.
  67.  
  68. Fri Nov 27 19:09:03 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  69.  
  70.     * Makefile.in: don't make TCL_INCLUDE a subdir of $(includedir)
  71.  
  72. Fri Nov 20 10:15:55 1992  Ian Lance Taylor  (ian@cygnus.com)
  73.  
  74.     * Makefile.in (INSTALL): Default to @INSTALL@, not install -c.
  75.     (test): get tests from $(srcdir).
  76.  
  77. Sun Nov  8 21:56:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  78.  
  79.     * Makefile.in: install .tcl files from $(srcdir)/library
  80.  
  81.     * New file for GNU/Cygnus distribution of TCL.
  82.  
  83.